func runtime.mallocgcLarge

2 uses

	runtime (current package)
		malloc.go#L1063: 		x, elemsize = mallocgcLarge(size, typ, needzero)
		malloc.go#L1524: func mallocgcLarge(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {